Attempt to fix time_t related problems with MinGW 4.0 runtime.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Oct 2013 16:23:10 +0000 (19:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Oct 2013 16:23:10 +0000 (19:23 +0300)
commitc266dee190701709af46bf49617a7d8a4e9f37a2
tree4b2cab486579d54c4a98ed7856d807cd096cf49e
parentf1c46ddc2b673f1d3a53c638c9d8c81ea9ac3db6
Attempt to fix time_t related problems with MinGW 4.0 runtime.

 nt/inc/mingw_time.h: New file.
 nt/inc/ms-w32.h: Include mingw_time.h instead of doing its job.

 src/w32proc.c: Include mingw_time.h.
 src/w32.c: Include mingw_time.h.
nt/ChangeLog
nt/inc/mingw_time.h [new file with mode: 0644]
nt/inc/ms-w32.h
src/ChangeLog
src/w32.c
src/w32proc.c